com.supermap.mapping
Class LayerGridAggregationType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.mapping.LayerGridAggregationType
-
public class LayerGridAggregationType extends Enum
Grid types
-
-
Field Summary
Fields Modifier and Type Field and Description static LayerGridAggregationType
HEXAGON
Hexagonstatic LayerGridAggregationType
QUADRANGLE
Quadrangle
-
-
-
Field Detail
-
QUADRANGLE
public static final LayerGridAggregationType QUADRANGLE
Quadrangle
-
HEXAGON
public static final LayerGridAggregationType HEXAGON
Hexagon
-
-